home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 3: Developer Tools / Linux Cubed Series 3 - Developer Tools.iso / devel / lang / tcl / tclmotif.1 / tclmotif / tm.1.2 / programs / prog57 < prev    next >
Encoding:
Text File  |  1994-02-15  |  197 b   |  13 lines

  1. # testing additional resources
  2.  
  3. xtAppInitialize -class AppRes
  4.  
  5. . getAppResources { {no_file NoFile "no file" x} }
  6. puts stdout "option1: $x"
  7.  
  8. xmPushButton .fred managed
  9.  
  10. . realizeWidget
  11.  
  12. . mainLoop
  13.